home *** CD-ROM | disk | FTP | other *** search
/ Into That Dark Night / Into That Dark Night.iso / pc / YadVashem / destructAfter.dxr / Internal_43.ls < prev    next >
Encoding:
Text File  |  2001-06-12  |  233 b   |  14 lines

  1. on mouseUp
  2.   case the mouseLine of
  3.     1:
  4.       seeMore("moreDestruct", "Molike")
  5.     2:
  6.       seeMore("moreDestruct", "Molaug")
  7.   end case
  8.   updateStage()
  9. end
  10.  
  11. on mouseWithin
  12.   hilite line the mouseLine of field the mouseMember
  13. end
  14.